diff options
author | Mattias Andrée <maandree@kth.se> | 2016-11-23 13:33:10 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-11-23 13:33:10 +0100 |
commit | 12f63117a260e5dfb18dc90eac6a1f3e559f8746 (patch) | |
tree | 631c7d8d4a8a09211d1a2fd46991672e6ae7a19a /python2-numpydoc [disowned]/watch | |
parent | Update blender-plugin-vectex (diff) | |
download | aur-packages-12f63117a260e5dfb18dc90eac6a1f3e559f8746.tar.gz aur-packages-12f63117a260e5dfb18dc90eac6a1f3e559f8746.tar.bz2 aur-packages-12f63117a260e5dfb18dc90eac6a1f3e559f8746.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rwxr-xr-x | python2-numpydoc [disowned]/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python2-numpydoc [disowned]/watch b/python2-numpydoc [disowned]/watch index d51351b..fb27a53 100755 --- a/python2-numpydoc [disowned]/watch +++ b/python2-numpydoc [disowned]/watch @@ -1,7 +1,7 @@ #!/bin/sh [ -f 'index.html' ] && rm 'index.html' -wget https://pypi.python.org/pypi/numpydoc >/dev/null 2>/dev/null +wget https://pypi.python.org/pypi/numpydoc -O numpydoc >/dev/null 2>/dev/null if [ $? = 0 ]; then [ -f unfetchable ] && rm unfetchable grep numpydoc- < index.html | md5sum > new-sum |